home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / notes.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  178 b   |  9 lines

  1. on mouseDown
  2.   puppetSprite(5, 1)
  3.   set the castNum of sprite 5 to cast "file.down"
  4.   updateStage()
  5.   puppetSprite(5, 0)
  6.   set the editableText of sprite 3 to 0
  7.   go("file")
  8. end
  9.